Significantly reduced the number of calls to gdk_draw_point() (and thus to
authorFederico Mena Quintero <federico@nuclecu.unam.mx>
Tue, 9 Mar 1999 21:26:57 +0000 (21:26 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Tue, 9 Mar 1999 21:26:57 +0000 (21:26 +0000)
commitac7b6805f4e21d37098391306107e57ebcc72803
tree87ac14e29871569b0f66ae1b374f60d0bac18a2f
parent91ed4f809f0f926c117e3ed7134c93af07779dba
Significantly reduced the number of calls to gdk_draw_point() (and thus to

1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>

* gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
the number of calls to gdk_draw_point() (and thus to X) by
clipping the points by hand.

* gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
the clip parameter.
(gtk_handle_box_paint): Only paint the handle if the expose area
intersects it.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkhandlebox.c
gtk/gtkstyle.c